home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act2 / 00263.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  153 b   |  8 lines

  1. on exitFrame
  2.   global bugstatus
  3.   repeat with xxx = 11 to 20
  4.     puppetSprite(xxx, 0)
  5.   end repeat
  6.   set bugstatus to [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  7. end
  8.